home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / zkuste / Delphi / kolekce / d345 / FILES.ZIP / ForDelphi5 / A little problem with your component.TXT next >
Text File  |  2001-03-31  |  2KB  |  50 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. From:    Support <support@microolap.com>
  3. To:      User <user@microolap.com>
  4. Date:    Wednesday, March 28, 2007, 1:18:44 PM
  5. Subject: A little problem with your component
  6. Files:   <none>
  7. --====----====----====----====----====----====----====----====----====----===--
  8. Hello User,
  9.  
  10. Wednesday, March 28, 2007, 1:13:16 PM, you wrote:
  11.  
  12. MP> I downloaded your collection of componets and I think they
  13. MP> are very nice.
  14.  
  15. Thank you for your warm words!
  16.  
  17. MP> I installed them in my Delphi5, set a path in my project on it and
  18. MP> put a Label3D on my form. 
  19. MP> Now the compiler gives an error :
  20. MP> [Fatal Error] .... File not found: DsgnIntf.dcu.
  21. MP> what have I done wrong?
  22.  
  23.  
  24. You have to include DsgnIntF file in search path.
  25. Select menu Item "Tools" -> "Enviroment Options"
  26.  
  27. In dialog window call "Enviroment Options" select
  28. Tab call "Library" -> Item "Library Path"  and Press button "..."
  29.  
  30. In dialog window call "Directories" input follow string:
  31. $(DELPHI)\Source\Toolsapi and press ADD button.
  32.  
  33. It is feature of Delphi 5 Installer.
  34. Borland doesn't include DsgnIntF.dcu in LIB directory by default.
  35.  
  36.  
  37. ---
  38. Best regards,
  39. microOLAP Technologies LLC Support Team
  40. mailto:support@microolap.com
  41.  
  42. Delphi/C++ Builder DB Connectivity components for:
  43.  
  44. mySQL      - http://www.microolap.com/mysqldac.htm
  45. Sybase ASA - http://www.microolap.com/asadac.htm
  46. Sybase ASE - http://www.microolap.com/asedac.htm
  47.  
  48. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  49.  
  50.